home *** CD-ROM | disk | FTP | other *** search
/ Deutsche Edition 1 / Deutsche Edition 1.iso / amok / 081-090 / amok84 / reqtools_2.1d / glue.lha / Glue / Dice / src / rtGetLongAR.asm < prev    next >
Assembly Source File  |  1992-06-10  |  195b  |  21 lines

  1.  
  2.     INCLUDE    "ReqTools.i"
  3.  
  4.     XDEF    @rtGetLongA
  5.  
  6. rl    REG    a2/a3/a6
  7.  
  8. @rtGetLongA:
  9.  
  10.     movem.l    rl,-(a7)
  11.     RTB
  12.     move.l    d0,a3
  13.     move.l    a1,a2
  14.     move.l    a0,a1
  15.     move.l    d1,a0
  16.     jsr    -78(a6)
  17.     movem.l    (a7)+,rl
  18.     rts
  19.  
  20.     END
  21.